Platform Explorer / Nuxeo Platform 2023.10

Operation Directory.LoadFromCSV (Load directory entries from CSV file)

Description

Load directory entries from a CSV file. Depending on the data loading policy, duplicate entries are ignored, updated or trigger an error.
Operation id Directory.LoadFromCSV
Category Services
Label Load directory entries from CSV file
Requires
Since

Parameters

Name Description Type Required Default value
dataLoadingPolicy string yes  
directoryName string yes  

Signature

Inputs blob
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.services.directory.LoadFromCSV
Contributing Component org.nuxeo.ecm.core.automation.features.operations

JSON Definition

{
  "id" : "Directory.LoadFromCSV",
  "label" : "Load directory entries from CSV file",
  "category" : "Services",
  "requires" : null,
  "description" : "Load directory entries from a CSV file. Depending on the data loading policy, duplicate entries are ignored, updated or trigger an error.",
  "url" : "Directory.LoadFromCSV",
  "signature" : [ "blob", "void" ],
  "params" : [ {
    "name" : "dataLoadingPolicy",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  }, {
    "name" : "directoryName",
    "description" : null,
    "type" : "string",
    "required" : true,
    "widget" : null,
    "order" : 0,
    "values" : [ ]
  } ]
}